home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / credits.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1997-02-18  |  152 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 >= the duration of cast 2 then
  3.     set the visible of sprite 2 to 0
  4.     go(8)
  5.   else
  6.     go(4)
  7.   end if
  8. end
  9.